Skip to content

enhance(build): add ie: { version_added: false } at build time #26949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

caugner
Copy link
Contributor

@caugner caugner commented May 30, 2025

Summary

Removes all occurrences of ie: { version_added: false } from the repository, adding them at build time instead.

Test results and supporting details

Related issues

Partly fixes #25814.

caugner added 2 commits May 30, 2025 16:58
VSCode Search&Replace:
```
 +"ie": \{\n +"version_added": false\n +\},\n
```
@github-actions github-actions bot added infra Infrastructure issues (npm, GitHub Actions, releases) of this project data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML data:svg Compat data for SVG features. https://developer.mozilla.org/docs/Web/SVG data:webdriver Compat data for WebDriver features. https://developer.mozilla.org/docs/Web/WebDriver data:mathml Compat data for MathML features. https://developer.mozilla.org/docs/Web/MathML scripts Issues or pull requests regarding the scripts in scripts/. data:wasm Compat data for Web Assembly features. https://developer.mozilla.org/en-US/docs/WebAssembly data:manifests size:xl [PR only] >1000 LoC changed labels May 30, 2025
Copy link
Contributor

github-actions bot commented May 30, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@github-actions github-actions bot added the linter Issues or pull requests regarding the tests / linter of the JSON files. label May 30, 2025
@caugner caugner force-pushed the remove-ie-false branch from f6bc49a to 9f8f66f Compare May 30, 2025 15:52
@queengooborg
Copy link
Contributor

While this does seem reasonable, I know we have a pending discussion topic about simply removing IE data altogether?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:manifests data:mathml Compat data for MathML features. https://developer.mozilla.org/docs/Web/MathML data:svg Compat data for SVG features. https://developer.mozilla.org/docs/Web/SVG data:wasm Compat data for Web Assembly features. https://developer.mozilla.org/en-US/docs/WebAssembly data:webdriver Compat data for WebDriver features. https://developer.mozilla.org/docs/Web/WebDriver infra Infrastructure issues (npm, GitHub Actions, releases) of this project linter Issues or pull requests regarding the tests / linter of the JSON files. scripts Issues or pull requests regarding the scripts in scripts/. size:xl [PR only] >1000 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implicit default support values
2 participants